Skip to content

Conversation

@Akkarinage
Copy link
Member

Second attempt, because yesterday I failed at git.

Adds the following new configuration. If this is not null, all mail sending within FluxCP will go through the SendGrid API instead.

'SendGridAPIKey' => null,	// SendGrid API Key for sending mail. (https://sendgrid.com/docs/Classroom/Send/How_Emails_Are_Sent/api_keys.html)
				// If this API Key is set, it will be used instead of the SMTP settings.

Example:

'SendGridAPIKey' => 'SG.myap1k3y',

I'm considering adding a few other mail APIs so we can drop phpmailer once and for all.

@Akkarinage Akkarinage added Component: Third-Party Testing Required This PR requires testing and feedback before merging labels Aug 21, 2024
@Akkarinage
Copy link
Member Author

Has anyone tested this yet? I get no issues using this but I can't speak for all of us.

@yesits-me
Copy link

aren't there other open-source/free alternatives to phpmailer other than this paid one (free 100 mails/day for 60 days is not even acceptable) to be added to a open-source/free tool like fluxcp?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Third-Party Testing Required This PR requires testing and feedback before merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants